SlowView Help System
Command Line Parameters

Note: These are for advanced users. They are used to automate tasks. SlowView does support relative paths.

Tip:
To assign a parameter, right-click on SlowView icon and click Properties. Now add command line parameter to the end of Target line field.

Note: parameters are case-sensetive

-t - starts in Thumbnail mode and loads the current directroy
-t="Directory" - starts in Thumbnail mode and loads the specified directroy
-p - loads the given Image, prints it and exits SV.
-f - starts in Fullscreen mode.
-m - enables the "Always Maximize Mode".
-s="Directory" - Starts a slideshow in the specified Directory


Examples:

Just load an image:
Slowview.exe "SlowView.jpg"

Load an image and print it:
Slowview.exe "SlowView.jpg" -p

Load an image and show it in Fullscreen:
Slowview.exe "SlowView.jpg" -f

Start Thumbnailer with the current Directory:
Slowview.exe -t

Start Thumbnailer with the specified Directory:
Slowview.exe -t="C:\MyPicsForExample"

Start SlideShow in Fullscreen with specified Directory:
Slowview.exe -f -s="C:\MyPicsForExample"

Start SlideShow with relative path:
Slowview.exe -f -s="..\IMAGES\NATURE"